@font-face {
  font-family : Keveat Sandaalit;
  src : url("./Fonts/Keveat Sandaalit Bold.otf")
}

@font-face {
  font-family : Life Is Strange;
  src : url("./Fonts/Whatnot Regular.ttf")
}

@font-face {
  font-family : Max Diary;
  src : url("./Fonts/Dudu Calligraphy.ttf")
}

@font-face {
  font-family : Club Penguin;
  src : url("./Fonts/Club Penguin.ttf")
}

body {
  background-color: black;
  color: white;
}

.title {
  text-align : center;
  font-family : Life Is Strange;
  font-size : xx-large;
  color : red;
}  
  
  
.paragraph {
  text-align : center;
  font-family : Max Diary;
  font-size : x-large;
}
  
  
.wrapper {
  align-self: center;
  width: 1110px;
  background: green;
  margin: 0 auto;
  top: 0;
  margin-top: -20px;
  border-top: 5px solid pink;
  border-left: 5px solid pink;
  border-right: 5px solid pink;
  border-bottom: 5px solid pink;
  margin-bottom: -20px;
}
  

.insidewrapper {
  align-self : center;
  width : 370px;
  background: red;
  margin: 0 auto;
  top: 0;
  border : 5px solid blue;
}
  
  
  
  
  
  
  
  